return statement meaning in Chinese
返回语回
返回语句
Examples
- Generates code for the specified method return statement
为指定的方法返回语句生成代码。 - The procedure then returns the variable on the return statement
然后,存储过程将在return语句中返回变量。 - A return statement of return abooklocal needs to be added to the end of the method body
的返回声明需要被添加到方法体的末尾。 - Both accessors return void , so any return statement must not return a value
两个访问器都返回void ,因此所有返回语句都不能返回值。 - Placing an instruction after a return statement ensures that it will never be executed
在返回语句后放一条指令确保了它不会被执行。